home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Shareware World / Info / For Developers / The Big Hairy Installer / The Instructions / 1. Installer Instructions next >
Text File  |  1998-12-21  |  892b  |  12 lines

  1. Installer Instructions:
  2. All installers must include at least a file called "Start"
  3. If there is a file named "Splash" then it will display that graphic and wait for the user to click it before continuing.
  4.  
  5. All files are of text format, and images can be .jpg, PICTs, .bmp, .gif, .tga, .pict, etc. Every known popular format.
  6.  
  7. Page files
  8. Starting with Start, the installer is ‘built’ at run-time, meaning that nothing is hard coded. This imparts great power and flexability to the developer, but it comes at the price of complexity. The installer relies on a system of keys and values. Each key will exist on its own line, and typically will be a key/value pair separated by the option-8 character, •
  9.  
  10. Each file simply reads in a text file, and matches each line to a template. These are explaned in greater detail in the Template Guide.
  11.  
  12. The key “template” will indicate which template to use.